| Previous | Chapter contents | Chapter top | Section top | Next |
The QTVRGetNodeType function returns a value that specifies the type of a node. Currently, these values can be returned:
enum {
kQTVRPanoramaType = FOUR_CHAR_CODE('pano'),
kQTVRObjectType = FOUR_CHAR_CODE('obje')
};
| Previous | Chapter contents | Chapter top | Section top | Next |